home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Diversos
/
snowball.swf
/
scripts
/
frame_29
/
PlaceObject2_240_185
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
209 b
|
15 lines
onClipEvent(enterFrame){
if(Key.isDown(37))
{
this.gotoAndStop(3);
}
else if(Key.isDown(39))
{
this.gotoAndStop(2);
}
else
{
this.gotoAndStop(1);
}
}